home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / Credits.dir / 00010.ls < prev    next >
Encoding:
Text File  |  1999-10-18  |  245 b   |  13 lines

  1. on exitFrame
  2.   global gCursorReady
  3.   gCursorReady = 1
  4.   repeat with i = 3 to 9
  5.     if rollOver(i + 8) then
  6.       set the visible of sprite i to 1
  7.       next repeat
  8.     end if
  9.     set the visible of sprite i to 0
  10.   end repeat
  11.   go(the frame)
  12. end
  13.